Quote:
|
Originally Posted by Mister.Vash
Are you talking about getting the mouse on the various tty consoles? To do this, install the gpm package
Code:
sudo apt-get install gpm
This will install the General Purpose Mouse Interface and allow the mouse to work for the various ttys - just restart after installing
Or are you looking to have a console text editor running under a gnome-terminal session?
|
No, under the console terminal, not the gnome-terminal. Gnome offers gedit, which is much better.
I wanted one for the console.
Yes, I can now confirm that you can do it with nano:
you need to sudo gedit /etc/nanorc
and there change
# set mouse
into
set mouse
Then apt-get install gpm, as said, and then it works.
Really simple, install the mouse driver (gpm) just as in DOS, and then it works. The only thing I didn't know was, that you need to change the config file. That's all.
Nano is a really nice console editor, it beats edit.com, even though it is not as user friendly.